home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GNU_KIT / DISK7.ZIP / etc / profile < prev    next >
Encoding:
Text File  |  1994-01-11  |  619 b   |  26 lines

  1. # this is .bash_login -- started from a login shell
  2. #
  3. # first we set up the Path, i.e. were we look for executbles.
  4. #
  5. PATH=.:/dev/f/bin;export PATH
  6. export PS1='`pwd`\\'#' '
  7. export HOME=/dev/f/
  8. SHELL='f:\bash.tos'
  9. export SHELL
  10. export GNUINC=/dev/f/include
  11. export GNULIB=/dev/f/lib
  12. export GCCEXEC=/dev/f/bin/gcc-
  13. export TEMP=/dev/C/tmp
  14. export MANPATH=/dev/f/man
  15. export PAGER=/dev/f/bin/less.ttp
  16. echo Booting as a vt52 TOS terminal
  17. alias e='f:/bin/ce.ttp'
  18. alias more=less
  19. alias up='cd ..'
  20. alias ll='ls -l'
  21. alias ls='ls -F'
  22. alias home='cd $HOME'
  23. export TERM=vt52
  24. alias cls='echo -en "\33E\33e"'
  25. alias  on='echo -en "\33e"'
  26.